ShowExpandButton Property (FlexGridDetailProvider<TItem>)
In This Topic
Gets or sets whether to show the expand/collapse buttons in the row headers.
Syntax
'Declaration
Public Property ShowExpandButton As Boolean
public bool ShowExpandButton {get; set;}
See Also